FADE BITMAP

This command will fade the contents of a specified Bitmap.

  Syntax
FADE BITMAP Bitmap Number,Fade Value
  Parameters
Bitmap Number
Integer
Specify a bitmap number between 0 and 32.
Fade Value
Integer
This value is an integer number such as 1.

  Returns

This command does not return a value.

  Description

You must specify a fade value that sets the level of fading from zero which fades the bitmap completely to black, up to 100 which does not fade the bitmap at all. Fade operations are slow and the completion time depends on the size of the bitmap. The parameters should be specified using integer values.

  Example Code
PRINT "my bitmap zero"
FADE BITMAP 0,50
WAIT KEY
  See also

BITMAP Commands Menu
Index